LEADTOOLS Medical (Leadtools.Ccow assembly)

KeyContainer Constructor(String,Byte[])

Show in webframe





The name.
The key to import into container.
Initializes a new instance of the KeyContainer class.
Syntax
public KeyContainer( 
   string name,
   byte[] key
)
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal key() As Byte _
)
'Usage
 
Dim name As String
Dim key() As Byte
 
Dim instance As New KeyContainer(name, key)

            

            
public:
KeyContainer( 
   String^ name,
   array<byte>^ key
)

Parameters

name
The name.
key
The key to import into container.
Remarks
Upon successfull creation of the container the key is imported into the container.
Requirements

Target Platforms

See Also

Reference

KeyContainer Class
KeyContainer Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.